From: Niklas Laxström Date: Tue, 21 Oct 2008 15:05:10 +0000 (+0000) Subject: * Unused global X-Git-Tag: 1.31.0-rc.0~44654 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=36ea5821d1af4b6a5690f3749b9c9fd742972704;p=lhc%2Fweb%2Fwiklou.git * Unused global --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ece0471d03..6a5d1c5fd1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -682,7 +682,7 @@ function wfMsgWikiHtml( $key ) { * Behavior for conflicting options (e.g., parse+parseinline) is undefined. */ function wfMsgExt( $key, $options ) { - global $wgOut, $wgParser; + global $wgOut; $args = func_get_args(); array_shift( $args );